Bio
Hibernate ORM developer and "sustaining engineer" (maintain Hibernate in Red Hat enterprise products)
http://www.linkedin.com/in/brettmeyer https://plus.google.com/109150804430088652509 http://3riverdev.com http://gittip.com/brmeyer
Tags
Authors
When creating a bug report for any project within the Hibernate family, it’s extremely helpful (and, frankly, required) to have an adequate test case available. This is obviously important to make reproducing the issue as easy as possible. But it’s also vital longer-term. Nearly every bug fix should include a regression test, which is frequently based on the original reproducer (sometimes, it’s the reproducer, verbatim).
To help create useful test cases, we’re opening up a repo with various templates. Please see the READMEs in each project’s subdir for more info: Hibernate Test Case Templates
As a starting point, the repo contains two templates for ORM:
Hibernate ORM 4.2.12.Final was just released! Please see the full changelog for more information: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=16350.
Hibernate ORM 4.3.5.Final was just released! Please see the full changelog for all the details: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=16251. As usual, big thanks to the community for several contributions!
What do you get from a 10+ year old open source framework, thousands of users within a wide range of roles, and complexity? A JIRA instance with over 3,000 unresolved tickets ;). Is that number indicative of low software quality? Definitely not. But therein lies the problem. A vast majority of the tickets are no longer issues, no longer relevant, or duplicates. Due to the quantity, it became nearly impossible to weed through them all.
Hibernate ORM 4.2.11.Final was just released! Please see the full changelog for more information: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=16153.
It's been a busy day in Hibernate land. In addition to 4.2.9.Final last night, we just released Hibernate ORM 4.3.2.Final! Please see the full changelog for more information: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=15650.
Hibernate ORM 4.2.9.Final was released this evening with almost 50 fixes! Please see the full changelog for more information: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=15350.
Hibernate ORM 4.2.8.Final was just released with 30 fixes/improvements! Please see the full changelog for more information: https://hibernate.atlassian.net/issues/?jql=project=10031+AND+fixVersion=14950.
Shortly after releasing 4.2.7.Final, a regression was found (caused in 4.2.6.Final) that may affect some usages of Date, Calendar-as-a-Date, and JDBC Dates. See https://hibernate.atlassian.net/browse/HHH-8617 for more information. So, we decided to release 4.2.7.SP1 to correct it.